home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update17.zoo / README
Encoding:
Text File  |  1992-03-10  |  1.1 KB  |  40 lines

  1. What Update17 already! yes...
  2.  
  3.     - in gcc 2.0 the diffs do the following: (these diffs assume
  4.     that you have already applied the atariST-gcc-2.0 diffs in update16):
  5.  
  6.       -- some people did'nt like the way i changed the lookup
  7.     for environment variables GNUINC, GNULIB, GXXINC. this patch
  8.     reverts back to the previos behavior where $GXXINC (if compiling
  9.     a .cc file), $GNUINC and $GNULIB are looked up in that order.
  10.     Each of these can be a comma seperated list of paths.
  11.  
  12.  
  13.       -- a minor fix for the demangler.
  14.  
  15.     -- an important fix for memcpy.s in lib/diffc
  16.  
  17. In my experience so far, gcc-2.0 -fomit-frame-pointer screws something
  18. up (i have'nt had the time to pin point what), so i took it out
  19. of CFLAGS for the library. -O or -O2 seem to do ok.
  20.  
  21.  
  22. flex:
  23. diffs    important diffs for flex
  24.  
  25. gdb:
  26. diffs    diffs to make -L (logging) work independent of TOS version etc.
  27.  
  28. gprof:    make gprof use the demangler, and other minor diffs
  29. cplusdem.c
  30. diffs
  31.  
  32. include:    mintbind had some missing stuff
  33. diffh
  34.  
  35. lib:        important bugfix for memcpy.s
  36. diffc
  37.  
  38. util:        mainly fix up the demangler for gcc-2.0
  39. diffs
  40.